home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / relay / batchnames.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-29  |  254 b   |  11 lines

  1. /*
  2.  * batch file names
  3.  */
  4. #ifndef BTCHDIR
  5. #define BTCHDIR "out.going/"    /* prefix of relative batch file name */
  6. #endif
  7. #define BTCHPFX BTCHDIR        /* prefix of default batch file name */
  8. #ifndef BTCHSFX
  9. #define BTCHSFX "/togo"        /* suffix of same */
  10. #endif
  11.